object FormCreateUser: TFormCreateUser Left = 329 Top = 248 HelpContext = 442 BorderIcons = [biSystemMenu] BorderStyle = bsSingle Caption = 'Create User' ClientHeight = 154 ClientWidth = 237 Color = clBtnFace Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'Arial' Font.Style = [] OldCreateOrder = False Position = poDesktopCenter PixelsPerInch = 96 TextHeight = 16 object Panel1: TPanel Left = 0 Top = 0 Width = 237 Height = 98 Align = alTop TabOrder = 0 object Label1: TLabel Left = 21 Top = 20 Width = 195 Height = 24 Caption = 'Input a new user name in edit box' end object Edit1: TEdit Left = 21 Top = 44 Width = 195 Height = 24 AutoSize = False TabOrder = 0 end end object BitBtn1: TBitBtn Left = 29 Top = 110 Width = 75 Height = 30 Caption = 'Cr&eate' Default = True TabOrder = 1 OnClick = BitBtn1Click end object BitBtn2: TBitBtn Left = 133 Top = 110 Width = 75 Height = 30 Caption = 'Can&cel' TabOrder = 2 OnClick = BitBtn2Click end end